Lucene search
K
LinuxLinux Kernel

13804 matches found

CVE
CVE
added 2025/09/16 1:0 p.m.25 views

CVE-2025-39809

CVE-2025-39809 affects the Linux kernel’s Intel QuickI2C HID path (intel-thc-hid). The issue is that the ACPI _DSD methods for ICRS/ISUB return data with a trailing byte, making the actual length one byte longer than the structs define. This leads to a stack-out-of-bounds write and a kernel crash...

7.8CVSS6AI score0.00143EPSS
CVE
CVE
added 2025/09/16 1:0 p.m.25 views

CVE-2025-39816

CVE-2025-39816 pertains to the Linux kernel’s io_uring/kbuf path. The issue stems from reading ring-provided buffer lengths without a stable read, risking changes between checks and commits since buffers come from userspace. The fix mandates using READ_ONCE() when reading these lengths and tighte...

5.5CVSS6AI score0.00135EPSS
CVE
CVE
added 2025/09/16 1:0 p.m.25 views

CVE-2025-39826

CVE-2025-39826 : In the Linux kernel, the net/rose_neigh struct’s use field was a non-atomic reference counter, risking use-after-free if the rose_neigh is freed while still referenced. The fix converts the field from unsigned short to refcount_t and switches code paths to rose_neigh_hold() and r...

7CVSS6.3AI score0.00132EPSS
CVE
CVE
added 2025/09/19 3:26 p.m.25 views

CVE-2025-39842

CVE-2025-39842 : In the Linux kernel, the ocfs2 path could dereference a NULL journal pointer when releasing an inode during journal shutdown. The root cause was calling jbd2_journal_release_jbd_inode() with osb->journal potentially NULL after ocfs2_journal_shutdown(). The fix is to add explic...

5.5CVSS6.1AI score0.00156EPSS
CVE
CVE
added 2025/09/19 3:26 p.m.25 views

CVE-2025-39859

CVE-2025-39859 : In the Linux kernel, a race condition can cause a use-after-free when the timer watchdog used by ptp_ocp_watchdog is running during devlink deallocation. The flaw occurs because ptp_ocp_detach() only cancels the watchdog if it is pending; if the timer handler is active, timer_del...

7.8CVSS6.1AI score0.00137EPSS
CVE
CVE
added 2025/09/23 6:0 a.m.25 views

CVE-2025-39876

CVE-2025-39876 is a Linux kernel vulnerability in the net: fec code (fec_enet_phy_reset_after_clk_enable). The issue arises when of_phy_find_device() may return NULL and the code dereferences it, enabling a possible null pointer dereference. Public advisories (e.g., Debian DLA-4404-1 and SUSE SUS...

5.5CVSS6.1AI score0.00137EPSS
CVE
CVE
added 2025/09/23 6:0 a.m.25 views

CVE-2025-39885

CVE-2025-39885 affects the OCFS2 filesystem in Linux kernels. The vulnerability stems from a recursive semaphore deadlock during fiemap processing of a specially crafted mmap’ed file: ocfs2_fiemap() takes a read lock on ip_alloc_sem, then fiemap_fill_next_extent() accesses the extent list while a...

5.5CVSS6AI score0.00107EPSS
CVE
CVE
added 2025/10/01 7:42 a.m.25 views

CVE-2025-39901

CVE-2025-39901 affects the Linux kernel i40e driver. The vulnerability arises from read access to two legacy debugfs files, a read interface for the i40e command and netdev_ops buffers. Both files share a static 256-byte buffer initialized to the empty string, with reads formatting output as “: ”...

7.1CVSS7AI score0.00138EPSS
CVE
CVE
added 2026/03/17 9:11 a.m.25 views

CVE-2025-71239

CVE-2025-71239 affects the Linux kernel audit subsystem: fchmodat2() was not in the change-attributes class, allowing calls that change file attributes to bypass certain audit rules. The patch adds fchmodat2() to the change attributes class, addressing this bypass path. Public advisories document...

5.5CVSS5.7AI score0.00124EPSS
CVE
CVE
added 2026/02/04 4:8 p.m.25 views

CVE-2026-23103

Technical details about CVE-2026-23103 are not provided in the supplied documents. The description mentions making addrs_lock per port and related fixes, but lacks explicit affected products, versions, or remediation steps. Monitor for updates.

7.8CVSS5.3AI score0.00107EPSS
CVE
CVE
added 2026/02/14 4:27 p.m.25 views

CVE-2026-23198

CVE-2026-23198 relates to the Linux kernel KVM irqfd handling. The vulnerability arose when deassociating an IRQFD could clobber the irqfd’s copy of the IRQ’s routing entry, causing arch-specific code (e.g., kvm_arch_irq_bypass_del_producer on x86/arm64) to misinterpret routing as MSI. The fix ch...

7.8CVSS5.1AI score0.00124EPSS
CVE
CVE
added 2026/02/18 2:16 p.m.25 views

CVE-2026-23211

CVE-2026-23211 concerns the Linux kernel memory management swap subsystem. The issue arises from a change that marked the swap address space as read-only, which could trigger a kernel panic if arch_prepare_to_swap() fails during heavy memory pressure. The documented root cause path includes pages...

5.5CVSS5.2AI score0.001EPSS
CVE
CVE
added 2026/02/18 2:53 p.m.25 views

CVE-2026-23222

CVE-2026-23222 has been resolved in the Linux kernel. The bug was due to omap_crypto_copy_sg_lists() allocating an array of scatterlist pointers instead of scatterlist objects, causing a 4x under-allocation. The fix uses sizeof(*new_sg) to allocate the correct object size, ensuring proper scatter...

7.8CVSS5.2AI score0.00127EPSS
CVE
CVE
added 2026/03/18 5:54 p.m.25 views

CVE-2026-23269

CVE-2026-23269 is an AppArmor/Linux kernel vulnerability where untrusted data is used as DFA start-state indices during unpack_pdb, enabling an out-of-bounds read in aa_dfa_next (via dfa->tables[YYTD_ID_BASE][start]). The issue is tied to the AppArmor LSM component and the root cause is readin...

7.1CVSS5.7AI score0.00131EPSS
CVE
CVE
added 2026/04/12 5:36 a.m.25 views

CVE-2026-31413

CVE-2026-31413 — Linux kernel BPF verifier flaw (CVE-joined info from multiple sources) The issue arises in maybe_fork_scalars() when handling ARSH plus AND/OR with a constant in the BPF verifier. The code forks the verifier state; the pushed path previously used env->insn_idx + 1, so it re-ex...

7.8CVSS5.7AI score0.00221EPSS
CVE
CVE
added 2026/04/22 8:15 a.m.25 views

CVE-2026-31432

CVE-2026-31432 affects the Linux kernel ksmbd component. Affected handling of compound requests (e.g., READ + QUERY_INFO(Security)) could allow an out-of-bounds write when the first READ command consumes most of the response buffer and ksmbd builds a security descriptor. The root cause is that sm...

8.8CVSS5.8AI score0.00507EPSS
CVE
CVE
added 2026/04/24 2:42 p.m.25 views

CVE-2026-31574

CVE-2026-31574 concerns the Linux kernel clockevents subsystem. The issue arises from missing resets of the next_event_forced flag in several code paths, including during clock event state changes, when arming a non-forced event, and in the suspend wakeup handler. This can leave the flag stale ac...

5.5CVSS5.5AI score0.00107EPSS
CVE
CVE
added 2026/05/06 7:40 a.m.25 views

CVE-2026-43099

The CVE-2026-43099 issue affects the Linux kernel, specifically the IPv4/ICMP path and the IPv6 stub handling. When the IPv6 stack is not active (CONFIG_IPV6=m and not loaded), ipv6_dev_find() may return ERR_PTR(-EAFNOSUPPORT); passing that to dev_hold() can cause a null pointer dereference and a...

7.5CVSS5.8AI score0.0049EPSS
CVE
CVE
added 2026/05/06 11:27 a.m.25 views

CVE-2026-43128

Summary: CVE-2026-43128 affects the Linux kernel RDMA/umem subsystem. In ib_umem_dmabuf_get_pinned_with_dma_device(), if ib_umem_dmabuf_map_pages() fails, the code previously unpinned the dmabuf immediately while the umem_dmabuf->pinned flag remained set, causing a potential double dma_buf_unp...

7.8CVSS5.8AI score0.00139EPSS
CVE
CVE
added 2026/05/27 12:55 p.m.25 views

CVE-2026-45988

The CVE-2026-45988 issue affects the Linux kernel rxrpc subsystem: a RESPONSE packet that experiences a temporary failure could end up partially decrypted and be retried, risking communication disruption or resource exhaustion. The published fix discards the problematic packet and triggers a new ...

9.8CVSS5.8AI score0.00463EPSS
CVE
CVE
added 2026/05/28 9:40 a.m.25 views

CVE-2026-46211

CVE-2026-46211 affects the Linux kernel drm/msm/gem component. The flaw in msm_ioctl_gem_info_get_metadata() can cause a NULL pointer dereference due to unchecked allocation (kmemdup()) and always returning 0 on errors, making userspace believe success. The issue is fixed by adding a NULL check f...

5.5CVSS5.9AI score0.00127EPSS
CVE
CVE
added 2025/06/18 11:2 a.m.24 views

CVE-2022-50075

The CVE-2022-50075 entry concerns Linux kernel tracing/eprobes. A NULL pointer dereference can occur when a symbol "@" is used with an event probe, because eprobes previously did not handle data sources beyond main registers (e.g., immediate addresses, symbols, current task name). The issue is mi...

5.5CVSS6.4AI score0.00154EPSS
CVE
CVE
added 2025/06/18 11:3 a.m.24 views

CVE-2022-50205

The CVE-2022-50205 entry corresponds to a Linux kernel vulnerability in ext2 that adds validity checks for inode counts. The root cause is that inodes stored in the superblock must match the computed value from inodes-per-group, and there must be at least one block worth of inodes per group; thes...

5.5CVSS6.3AI score0.00204EPSS
CVE
CVE
added 2025/06/18 11:3 a.m.24 views

CVE-2022-50210

CVE-2022-50210 concerns the Linux kernel on MIPS where a warning is produced in /proc/cpuinfo due to cpu_max_bits_warn() iterating CPUs with NR_CPUS when CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS are enabled. The root cause is using NR_CPUS as the iteration limit; the fix switches to ...

5.5CVSS6.5AI score0.00189EPSS
CVE
CVE
added 2025/09/15 2:48 p.m.24 views

CVE-2022-50317

CVE-2022-50317 affects the Linux kernel, specifically the DRM bridge driver for Megachips (stdp2690 and stdp4028). The issue is a null-pointer dereference that occurs when removing the module because the two bridges are not probed concurrently, causing ge_b850v3_register() not to be called for in...

5.5CVSS6AI score0.00146EPSS
CVE
CVE
added 2025/09/16 4:11 p.m.24 views

CVE-2022-50342

CVE-2022-50342 affects the Linux kernel floppy subsystem: memory leak in do_floppy_init() when floppy_alloc_disk() fails, leaking set->tag in the error path. The issue is resolved by freeing the current drive’s set->tag before returning. Connected advisories (SUSE OSV and Astra Linux) corro...

5.5CVSS6.1AI score0.00145EPSS
CVE
CVE
added 2025/09/17 2:56 p.m.24 views

CVE-2022-50357

CVE-2022-50357 concerns the Linux kernel’s USB dwc3 core. The vulnerability arises in the dwc3_get_properties() path where the code does: dwc->usb_psy = power_supply_get_by_name(usb_psy_name); and, on error, there is insufficient cleanup on those paths, allowing leaks. Several connected adviso...

5.5CVSS6.2AI score0.00187EPSS
CVE
CVE
added 2025/09/18 4:3 p.m.24 views

CVE-2022-50415

CVE-2022-50415 affects the Linux kernel on the parisc architecture, where start_task() calls create_singlethread_workqueue() without validating its return value. If the call returns NULL, a null pointer dereference can occur later in queue_delayed_work/on and __queue_work, accessing wq->flags....

5.5CVSS6.1AI score0.00152EPSS
CVE
CVE
added 2025/09/18 4:3 p.m.24 views

CVE-2022-50416

CVE-2022-50416 concerns the Linux kernel’s irqchip/wpcm450 module. The vulnerability is a memory leak in wpcm450_aic_of_init(): if of_iomap() fails, the allocated memory for 'aic' must be freed before return. The issue is resolved in the provided documents; the root cause is the missing free path...

5.5CVSS6.1AI score0.00145EPSS
CVE
CVE
added 2025/09/15 2:6 p.m.24 views

CVE-2023-53198

CVE-2023-53198 affects the Linux kernel raw socket handling (net/ipv4/raw.c). The vulnerability is a NULL dereference in raw_get_next(), triggered by races where a socket in one netns is freed while another thread iterates SOCK_RAW sockets. The root cause involves using RCU-based iteration with h...

5.5CVSS6AI score0.00145EPSS
CVE
CVE
added 2025/09/15 2:21 p.m.24 views

CVE-2023-53206

CVE-2023-53206 : In the Linux kernel, a NULL pointer dereference in hwmon: (pmbus_core) was fixed by removing the assumption that a regulator device is passed. The fix involves passing the i2c_client to _pmbus_is_enabled to avoid dereferencing a NULL regulator during _pmbus_get_flags, addressing ...

5.5CVSS6.1AI score0.00133EPSS
CVE
CVE
added 2025/09/15 2:21 p.m.24 views

CVE-2023-53226

CVE-2023-53226 affects the Linux kernel wireless driver mwifiex (wifi): the issue is an OOB and integer underflow when RX packets are processed, potentially allowing out-of-bounds skb->data access. Connected advisories (Unity/Linux, Red Hat SUSE, MiracleLinux) confirm remediation via kernel up...

5.5CVSS6.2AI score0.0015EPSS
CVE
CVE
added 2025/09/16 8:6 a.m.24 views

CVE-2023-53266

The CVE-2023-53266 issue affects the Linux kernel (arm64) ACPI path involving ffh_ctxt allocation. The vulnerability arises when SMCCC version and conduit checks fail and a -EOPNOTSUPP return occurs without freeing the allocated ffh_ctxt memory, creating a memory leak. The documented fix moves th...

5.5CVSS6.2AI score0.00128EPSS
CVE
CVE
added 2025/09/17 2:56 p.m.24 views

CVE-2023-53343

CVE-2023-53343: Linux kernel vulnerability where icmp6_dev() dereferences ip6_null_entry->rt6i_idev, potentially enabling NULL pointer dereference when processing IPv6 Extension Headers (RPL/SRv6). Impact is local (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) with available mitigation by upgrading to ...

5.5CVSS5.9AI score0.00192EPSS
CVE
CVE
added 2025/09/17 2:56 p.m.24 views

CVE-2023-53351

CVE-2023-53351 concerns the Linux kernel drm/sched subsystem. The vulnerability arises from using the scheduler’s ready flag to decide whether to call drm_sched_fault, which could lead to GPU reset or a fault depending on timing between IRQ handling and gfx engine startup. The root cause is that ...

5.5CVSS6AI score0.00163EPSS
CVE
CVE
added 2025/09/17 2:56 p.m.24 views

CVE-2023-53363

Conclusive details show CVE-2023-53363 is a Linux kernel PCI subsystem use-after-free in pci_bus_release_domain_nr() caused by the sequence in bus removal: pci_remove_root_bus()/pci_remove_bus frees the pci_bus struct, then pci_bus_release_domain_nr() dereferences it. Root cause: after Commit c14...

7.8CVSS6.2AI score0.00176EPSS
CVE
CVE
added 2025/09/17 2:56 p.m.24 views

CVE-2023-53368

CVE-2023-53368 – Linux kernel tracing race : A race between writing to the per-CPU tracing buffer and swapping the buffer via per_cpu/cpu0/snapshot can cause a false “committing” state in rb_end_commit(), leading to a WARN and potential commit inconsistencies. The issue manifests in the tracing r...

4.7CVSS6.2AI score0.00123EPSS
CVE
CVE
added 2025/09/18 1:58 p.m.24 views

CVE-2023-53404

CVE-2023-53404 relates to the Linux kernel USBFotg210 driver where a memory leak can occur when using debugfs_lookup() without releasing the result. The memory must be released with dput(), but the patch replaces this with debugfs_lookup_and_remove(), which handles the lookup and cleanup in one s...

5.5CVSS6.2AI score0.00135EPSS
CVE
CVE
added 2025/09/18 4:4 p.m.24 views

CVE-2023-53422

Technical details about CVE-2023-53422 (affected product, root cause, impact, remediation) are not publicly provided in the supplied documents. The description mentions a memory-leak fix in wifi: iwlwifi: fw: debugfs, but contains no vendor/version/patch specifics. Monitor for updates.

5.5CVSS6.1AI score0.00147EPSS
CVE
CVE
added 2025/09/18 4:4 p.m.24 views

CVE-2023-53439

CVE-2023-53439 concerns the Linux kernel fix for skb_partial_csum_set() where skb->transport_header used the sentinel value 0xFFFF to indicate the transport header status. The description indicates the vulnerability arose from callers potentially setting skb->transport_header to 0xFFFF, and...

5.5CVSS6.2AI score0.00134EPSS
CVE
CVE
added 2025/10/01 11:42 a.m.24 views

CVE-2023-53468

Summary of CVE-2023-53468 : In the Linux kernel, the ubifs memory leak is fixed in the alloc_wbufs() path. The issue was triggered when ubifs_wbuf_init() returns an error inside the loop, causing wbuf->buf and wbuf->inodes that were already allocated to remain unfreed. The fix adds an error...

5.5CVSS6.1AI score0.00142EPSS
CVE
CVE
added 2025/10/01 11:46 a.m.24 views

CVE-2023-53513

The CVE-2023-53513 issue is a Linux kernel vulnerability where incomplete validation of the nbd ioctl arg can trigger an i_size overflow when the arg is coerced to int (arg cast in nbd_ioctl /nbd_add_socket). The root cause is insufficient validation of large ioctl arguments, allowing an overflow...

5.5CVSS6.1AI score0.00133EPSS
CVE
CVE
added 2025/10/01 11:46 a.m.24 views

CVE-2023-53531

Technical details for CVE-2023-53531 are not publicly available in the provided connected documents. The materials reference Linux kernel patch notes but do not disclose product/version, exploit vectors, impact, or remediation specifics.

5.5CVSS6AI score0.00131EPSS
CVE
CVE
added 2025/07/03 8:35 a.m.24 views

CVE-2025-38144

CVE-2025-38144 concerns the Linux kernel watchdog code for Lenovo SE30 hardware. The vulnerability stems from a NULL pointer dereference in lenovo_se30_wdt_probe() when devm_ioremap() returns NULL on error, and the code fails to check this condition. A fix was implemented to add a NULL check afte...

5.5CVSS7.1AI score0.00137EPSS
CVE
CVE
added 2025/07/03 8:35 a.m.24 views

CVE-2025-38150

The CVE-2025-38150 entries describe a Linux kernel fix for af_packet where the notifier call path (packet_dev_mc) was moved out of an RCU critical section. The root cause involved a sleeping function being called from an invalid context in a chain of net/packet/af_packet.c and related code paths ...

5.5CVSS7.2AI score0.001EPSS
CVE
CVE
added 2025/07/03 8:36 a.m.24 views

CVE-2025-38171

CVE-2025-38171 concerns a Linux kernel issue in the power: supply: max77705 path. The vulnerability arises because create_singlethread_workqueue() can return NULL instead of an error pointer, with missing or inadequate cleanup on error paths during probe. The remediation implemented fixes the wor...

5.5CVSS7.2AI score0.00121EPSS
CVE
CVE
added 2025/07/10 7:41 a.m.24 views

CVE-2025-38276

CVE-2025-38276 concerns the Linux kernel fix for fs/dax: don’t skip locked entries when scanning. The root cause was a new function, wait_entry_unlocked_exclusive(), and its interaction with xas_pause() that could advance the XArray state and cause the currently waited-for entry to be skipped, tr...

5.5CVSS6.5AI score0.00105EPSS
CVE
CVE
added 2025/07/25 3:27 p.m.24 views

CVE-2025-38442

The CVE-2025-38442 entry concerns the Linux kernel and a fix for large folio support when THP (Transparent Huge Pages) is disabled. The vulnerability could trigger a NULL pointer dereference during boot if a block device with logical block size larger than the page size is present while THP is of...

5.5CVSS6.4AI score0.00128EPSS
CVE
CVE
added 2025/08/16 10:55 a.m.24 views

CVE-2025-38519

The CVE-2025-38519 entry pertains to the Linux kernel (mm/damon) and is supported by multiple sources in the connected documents. The root cause is a divide-by-zero crash in damon_get_intervals_score() when region size is zero. The current patch fixes the bug without disallowing zero-size regions...

5.5CVSS6.5AI score0.00119EPSS
CVE
CVE
added 2025/08/16 11:12 a.m.24 views

CVE-2025-38534

CVE-2025-38534 affects the Linux kernel netfs copy-to-cache path used by Ceph with local caching. The issue: a write-to-cache request could hang after the backing filesystem completes the async DIO write because NETFS_RREQ_OFFLOAD_COLLECTION wasn’t set, causing an app to miss the collection notif...

5.5CVSS6.4AI score0.00119EPSS
Total number of security vulnerabilities13804